home *** CD-ROM | disk | FTP | other *** search
/ Aminet 21 / Aminet 21 (1997)(GTI - Schatztruhe)[!][Oct 1997].iso / Aminet / dev / misc / ahidev.lha / AHI / Developer / include / ADE / proto / ahi.h < prev   
Encoding:
C/C++ Source or Header  |  1997-01-12  |  188 b   |  12 lines

  1. #ifndef _PROTO_AHI_H
  2. #define _PROTO_AHI_H
  3.  
  4. #include <clib/ahi_protos.h>
  5. #include <inline/ahi.h>
  6.  
  7. #ifndef __NOLIBBASE__
  8. extern struct Library * __CONSTLIBBASEDECL__ AHIBase;
  9. #endif
  10.  
  11. #endif
  12.